home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / qcide060.zip / README.TXT < prev   
Text File  |  1996-10-04  |  5KB  |  114 lines

  1. ======================================================================
  2. Title           : Quake C - Integrated Development Environment BETA
  3. Version         : 0.6 BETA (in fact early beta)
  4. Author          : Matthias Reich
  5. E-mail address  : matthias.reich@physik.uni-regensburg.de
  6. Description     : A IDE for developing QuakeC Patches.
  7.                   - All you ever need for editing and switching between
  8.                     the various *.qc files of Quake
  9.                   - All standard editing functions like cut&paste, load,
  10.                     save, saveAs, search&replace, even a DOSShell ;)
  11.                   - Quick Access to all files collected in PROGS.SRC
  12.                   - Multiple Patch-Directories
  13.                   - many, many planned features (see below)
  14. Credits         : id Software, for Quake
  15. Format          : DOS Executable
  16. ======================================================================
  17.  
  18. Files:
  19.  
  20. README.TXT      this file
  21. QUAKEIDE.EXE    the DOS executable
  22. QIDE.CFG        the configuration file (plain text)
  23.  
  24. QIDE.CFG contains the Source-Directory in the first line (where your Sources
  25. complete with the original PROGS.SRC are located, they won't be modified, 
  26. just used for completing 'from scratch'-patches).
  27. The working or patch directory in the second line.
  28.  
  29. You can set both directories in the program. Well, your working directory is
  30. visible in the status line and can always be changed.
  31.  
  32. You can use the IDE just like any other editor. Standard FileMenu, standard 
  33. EditMenu, SearchMenu, ... Open as many files as you like (ahem, just a sec...
  34. don't open files larger than 64k and don't open too many files, cause
  35. memory is still limited to low DOS, that means 640k :( )
  36.  
  37. But there's another Menu...
  38.  
  39. The Quake-Menu . . .
  40.  
  41. Open all Sources (that are in your working directory's PROGS.SRC) at once,
  42. in one Window, easy to switch between by using a scrolling list box ...
  43.  
  44. couldn't be easier...
  45.  
  46. Well, this Software is Mailware, which means please mail, so that I get 
  47. new hints what is really important, and to find all the bugs that are in the
  48. program. Right now I know of many bugs, but they are not really dangerous,
  49. as far as I know they even cannot cause data loss, BUT :
  50.  
  51.  
  52. DISCLAIMER : 
  53.  
  54. I cannot be held responsible for any damage this program might cause.
  55. Use it at your own risk.
  56.  
  57.  
  58. Known Bugs:
  59.  
  60. - The Quake-Source window doesn't behave well, it sort of blocks some 
  61.   commands, while letting others work perfectly ... Must have something
  62.   to do with the handleEvent routine... that i didn't rewrite yet for the 
  63.   new object.
  64.   Just close the window by using the close button (or Alt-F3) then all 
  65.   other commands are available again.
  66. - The above bug also blocks the FileOpen. Workaround : Close the QSource 
  67.   window, then open the files you like (progs.src for example) and then 
  68.   reopen it. You can then access all open editing windows.
  69.   
  70.  
  71. Plans for future enhancements :
  72.  
  73. - Syntax Highlighting (once I'm a bit into QuakeC I will soon figure out 
  74.                        most important keywords ... )
  75. - Error-Checking : Find programming errors soon.
  76. - Compiler Link ... Compile your PROGS.DAT from the IDE.
  77. - Quake-Starter : Start Quake with your ready-to-go PROGS.DAT
  78. - More Memory for even more files ... perhaps also bigger files
  79. - Make Use of the right mouse button, perhaps change your PROGS.SRC while      
  80.   Sources Window open
  81.  
  82. - once I got all the ideas and that right... a Win32 version...
  83.    
  84.  
  85. Well, I'm also looking for some help...
  86.  
  87. - Suggestions for future enhancements  (mail, please)
  88. - Bug Reports (please describe the problem exactly and how I can reproduce it)
  89. - Pascal Programmer (yes, this IDE is written in Turbo Pascal, OOP)
  90.   I need some trick/workaround to get the exact Path where the executable
  91.   is located for finding the Config-File. Right now, when the program is 
  92.   excuted and can't locate the QIDE.CFG, a new default one is being created
  93.   in the current directory.
  94.   How can I quickly copy a text file from one directory to another.
  95.   (at the moment I'm using a hidden DOSshell-out to exec a copy command :-\ )
  96.  
  97. - Some other help... perhaps someone is willing to do the Win32 Port ... ?
  98.   should be no big problem, cause most objects are standard objects.
  99.   (editor, desktop, ...)
  100.  
  101. - Should I ever cease developing this program, I will release the source,
  102.   (so that everyone can laugh on my poor programming technique)
  103.   so that someone can wipe away the last few bugs and then completely
  104.   rewrite it to be more efficient, smaller and better ... :)
  105.  
  106.  
  107.  
  108. Have Fun playing and modifying QUAKE.
  109.  
  110. matthias
  111.  
  112. Internet: matthias.reich@physik.uni-regensburg.de
  113. FIDO (will change '97) : 2:2494/370.32
  114.